home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Trusted Irix /B 4.0.4
/
Trusted-Irix B-4.0.1.iso
/
dist
/
eoe1.idb
/
usr
/
include
/
sys
/
fsid.h.z
/
fsid.h
Wrap
Text File
|
1992-04-03
|
888b
|
26 lines
/* Copyright (c) 1984 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
/*#ident "@(#)kern-port:sys/fsid.h 10.3"*/
#ident "$Revision: 3.6 $"
/* Fstyp names for use in fsinfo structure. These names */
/* must be constant across releases and will be used by a */
/* user level routine to map fstyp to fstyp index as used */
/* ip->i_fstyp. This is necessary for programs like mount. */
#define S51K "S51K"
#define PROC "PROC"
#define DUFST "DUFST"
#define FSID_COM "com"
#define FSID_NFS "nfs"
#define FSID_SOCKET "socket"
#define FSID_EFS "efs" /* released efs */
#define FSID_OEFS "oldefs" /* old efs, at&t directories */
#define FSID_XEFS "xefs" /* experimental efs */
#define FSID_DBG "dbg" /* debugging interface */